<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Moja strona WWW</title>
  </head>
  <body>
    <p>Przykład <b>pogrubienia</b> tekstu</p>
    <p>Przykład <b><i>pogrubienia i kursywy</i></b></p>
    <p>Inny przykład <b>pogrubienia i <i>kursywy</i></b></p>
  </body>
</html>
